Release 10.1A: OpenEdge Data Management:
SQL Reference
Supported data types
The Data Direct JDBC Driver supports standard JDBC mapping of JDBC data types to corresponding Java data types.
In the JDBC methods
CallableStatement.getXXXandPreparedStatement.setXXXmethods,XXXis a Java type:
- For
setXXXmethods, the driver converts the Java data type to the JDBC data type shown in Table 58 before sending it to the database.Table 58 provides details on data type mapping between Java and JDBC data types.
- For
getXXXmethods, the driver converts the JDBC data type returned by the database to the Java data type shown in Table 59, Table 60, and Table 61 before returning it to thegetXXXmethod.Table 59 details mapping between JDBC and Java data types.
Table 61 provides information on JDBC data type conversion.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |